Reset styling on the progress node when trough node has the `empty'
styleclass.
See https://bugzilla.gnome.org/show_bug.cgi?id=774695
border-radius: 0;
}
}
+ trough.empty progress { all: unset; } // make the progress indicator disappear when the fraction is 0
}
/*************
progressbar progress.osd {
border-width: 0;
border-radius: 0; }
+progressbar trough.empty progress {
+ all: unset; }
/*************
* Level Bar *
progressbar progress.osd {
border-width: 0;
border-radius: 0; }
+progressbar trough.empty progress {
+ all: unset; }
/*************
* Level Bar *